home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2001 #1 / Cd 1 (black) - 2001.iso / K-CS.dcr / 01094.ls < prev    next >
Encoding:
Text File  |  2000-11-15  |  155 b   |  8 lines

  1. on mouseDown me
  2.   set the visible of sprite (the currentSpriteNum + 2) to 1
  3. end
  4.  
  5. on new me
  6.   set the visible of sprite (the currentSpriteNum + 2) to 0
  7. end
  8.